home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 January: Mac OS SDK / Dev.CD Jan 99 SDK2.toast / What's New / Technical Documentation / Macintosh Technotes and Q&As / qa / tb / whiteedittext.hqx / WhiteEditText / MoveableModalDialog.h < prev   
Encoding:
C/C++ Source or Header  |  1996-08-12  |  134 b   |  8 lines

  1. #pragma once
  2.  
  3. #ifndef __DIALOGS__
  4. #    include <Dialogs.h>
  5. #endif
  6.  
  7. pascal void MoveableModalDialog (ModalFilterUPP mfp, short *itemHit);
  8.